object dupe_dlg: Tdupe_dlg Left = 413 Top = 295 BorderIcons = [] BorderStyle = bsDialog Caption = 'Dupe what?' ClientHeight = 134 ClientWidth = 352 Color = 4874571 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 337 Height = 33 AutoSize = False Caption = 'The selected loop is a RaGE / BLiSS pattern. How do you want to ' + 'duplicate it ?' Font.Charset = DEFAULT_CHARSET Font.Color = clWindow Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object CancelBtn: TButton Left = 272 Top = 104 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object Button1: TButton Left = 190 Top = 104 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end object rbNormal: TRadioButton Left = 8 Top = 48 Width = 249 Height = 17 Caption = 'Duplicate the original (editable) pattern' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindow Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 TabStop = True end object rbBounced: TRadioButton Left = 8 Top = 72 Width = 273 Height = 17 Caption = 'Duplicate the rendered sound only ("bounced")' Font.Charset = DEFAULT_CHARSET Font.Color = clWindow Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 end end